mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Following name convention for popcorntime
http://nixos.org/nixpkgs/manual/#sec-package-naming
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user