summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/popcorntime
diff options
context:
space:
mode:
authorGuillaume Massé <masgui@gmail.com>2015-07-07 10:23:40 -0400
committerGuillaume Massé <masgui@gmail.com>2015-07-07 10:23:40 -0400
commit7bab5ee5d017d9124bdb99d48adf331a656cb3ec (patch)
treebc6a869b52542749d6edc233cf11dd84e30bd18d /pkgs/applications/video/popcorntime
parent2936e01bc8c147f3c6862ccbc6b0a74115041651 (diff)
Following name convention for popcorntime
http://nixos.org/nixpkgs/manual/#sec-package-naming
Diffstat (limited to 'pkgs/applications/video/popcorntime')
-rw-r--r--pkgs/applications/video/popcorntime/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/video/popcorntime/default.nix b/pkgs/applications/video/popcorntime/default.nix
index 3b47587360e3..45d8c452111f 100644
--- a/pkgs/applications/video/popcorntime/default.nix
+++ b/pkgs/applications/video/popcorntime/default.nix
@@ -32,7 +32,9 @@ let
};
popcorntimePackage = stdenv.mkDerivation rec {
- name = "popcorntime-package-${version}";
+ name =
+ if fromCi then "popcorntime-git-2015-07-07"
+ else "popcorntime-${version}";
src = fetchurl fetchurlConf;
sourceRoot = ".";
installPhase = ''