3
0
Fork 0
forked from mirrors/nixpkgs

Following name convention for popcorntime

http://nixos.org/nixpkgs/manual/#sec-package-naming
This commit is contained in:
Guillaume Massé 2015-07-07 10:23:40 -04:00
parent 2936e01bc8
commit 7bab5ee5d0

View file

@ -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 = ''