Following name convention for popcorntime
http://nixos.org/nixpkgs/manual/#sec-package-naming
This commit is contained in:
parent
2936e01bc8
commit
7bab5ee5d0
@ -32,7 +32,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
popcorntimePackage = stdenv.mkDerivation rec {
|
popcorntimePackage = stdenv.mkDerivation rec {
|
||||||
name = "popcorntime-package-${version}";
|
name =
|
||||||
|
if fromCi then "popcorntime-git-2015-07-07"
|
||||||
|
else "popcorntime-${version}";
|
||||||
src = fetchurl fetchurlConf;
|
src = fetchurl fetchurlConf;
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user