mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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 {
|
||||
name = "popcorntime-package-${version}";
|
||||
name =
|
||||
if fromCi then "popcorntime-git-2015-07-07"
|
||||
else "popcorntime-${version}";
|
||||
src = fetchurl fetchurlConf;
|
||||
sourceRoot = ".";
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user