mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00: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 {
|
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…
Reference in New Issue
Block a user