added blobhaj flags
This commit is contained in:
parent
1edd932f5c
commit
e35f4398dc
25 changed files with 4 additions and 11 deletions
|
@ -1,26 +1,19 @@
|
|||
{
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
unzip,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "blobhajFlags";
|
||||
version = "1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://heatherhorns.com/BlobhajFlags.zip";
|
||||
hash = "";
|
||||
};
|
||||
src = ./blobhajFlags;
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out
|
||||
cp 512w/*.png $out
|
||||
cp *.png $out
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue