Loading pkgs/applications/video/makemkv/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,10 @@ in mkDerivation { sourceRoot = "makemkv-oss-${version}"; patches = [ ./r13y.patch ]; enableParallelBuilding = true; nativeBuildInputs = [ autoPatchelfHook pkg-config ]; buildInputs = [ ffmpeg openssl qtbase zlib ]; Loading Loading @@ -80,7 +84,7 @@ in mkDerivation { expiration date. ''; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; license = [ licenses.unfree licenses.lgpl21 ]; homepage = "http://makemkv.com"; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ titanous ]; Loading pkgs/applications/video/makemkv/r13y.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/Makefile.in b/Makefile.in index 61c47fc..e08ffac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,7 @@ INSTALL=@INSTALL@ OBJCOPY=@OBJCOPY@ LD=@LD@ BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine) -BUILDINFO_BUILD_DATE=$(shell date) +BUILDINFO_BUILD_DATE=$(shell date -d @${SOURCE_DATE_EPOCH}) top_srcdir ?= . INCF=-I$(top_srcdir)/ Loading
pkgs/applications/video/makemkv/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,10 @@ in mkDerivation { sourceRoot = "makemkv-oss-${version}"; patches = [ ./r13y.patch ]; enableParallelBuilding = true; nativeBuildInputs = [ autoPatchelfHook pkg-config ]; buildInputs = [ ffmpeg openssl qtbase zlib ]; Loading Loading @@ -80,7 +84,7 @@ in mkDerivation { expiration date. ''; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; license = [ licenses.unfree licenses.lgpl21 ]; homepage = "http://makemkv.com"; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ titanous ]; Loading
pkgs/applications/video/makemkv/r13y.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/Makefile.in b/Makefile.in index 61c47fc..e08ffac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,7 @@ INSTALL=@INSTALL@ OBJCOPY=@OBJCOPY@ LD=@LD@ BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine) -BUILDINFO_BUILD_DATE=$(shell date) +BUILDINFO_BUILD_DATE=$(shell date -d @${SOURCE_DATE_EPOCH}) top_srcdir ?= . INCF=-I$(top_srcdir)/