mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #8684 from MasseGuillaume/master
Following name convention for popcorntime
This commit is contained in:
commit
b2ae0ca206
@ -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