This commit is contained in:
Daniel Olsen 2020-12-12 15:26:49 +01:00
parent 8073489a1c
commit 245ec7a310
2 changed files with 5 additions and 27 deletions

View File

@ -1,24 +0,0 @@
self: super:
{
av1client = super.stdenv.mkDerivation rec {
name = "av1client-${version}";
version = "0.5.0";
src = ~/Documents/av1master/src/static;
installPhase = ''
mkdir -p $out/bin
cp client.sh $out/bin/av1client
sed -i 's,sleep,${super.coreutils}/bin/sleep,' $out/bin/av1client
sed -i 's,rm,${super.coreutils}/bin/rm,' $out/bin/av1client
sed -i 's,curl,${super.curl}/bin/curl --cacert ${super.cacert}/etc/ssl/certs/ca-bundle.crt,' $out/bin/av1client
sed -i 's,jq,${super.jq}/bin/jq,' $out/bin/av1client
sed -i 's,ffmpeg ,${self.myffmpeg}/bin/ffmpeg ,' $out/bin/av1client
sed -i 's,aomenc ,${self.mylibaom}/bin/aomenc ,' $out/bin/av1client
chmod +x $out/bin/av1client
'';
};
}

View File

@ -65,7 +65,7 @@ in {
kdeFrameworks.kio
kdeApplications.kio-extras
dan.rank_photos
#dan.rank_photos
# ***REMOVED***
@ -87,7 +87,7 @@ in {
kdenlive
frei0r
geogebra
#geogebra
];
programs.firefox = {
@ -105,7 +105,9 @@ in {
enable = true;
userEmail = "daniel.olsen99@gmail.com";
userName = "Daniel Olsen";
extraConfig = {
pull.rebase = true;
};
# delta.enable = true;
};