summary refs log tree commit diff
path: root/pkgs/applications/window-managers/miriway
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-02-18 19:21:26 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2023-02-18 19:21:26 +0100
commit4f3353c775c40dd7fbfb6718ef0175c13d731227 (patch)
tree3b4cdea2de21abaedc8e6ce5264d6e1f158bef7e /pkgs/applications/window-managers/miriway
parentea64ad20e3a0b2c17184317eeee64f352dc1b515 (diff)
miriway: unstable-2022-12-18 -> unstable-2023-02-18
Diffstat (limited to 'pkgs/applications/window-managers/miriway')
-rw-r--r--pkgs/applications/window-managers/miriway/default.nix15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/applications/window-managers/miriway/default.nix b/pkgs/applications/window-managers/miriway/default.nix
index a7048e83dae0b..fd3e82e43aa50 100644
--- a/pkgs/applications/window-managers/miriway/default.nix
+++ b/pkgs/applications/window-managers/miriway/default.nix
@@ -11,24 +11,15 @@
 
 stdenv.mkDerivation rec {
   pname = "miriway";
-  version = "unstable-2022-12-18";
+  version = "unstable-2023-02-18";
 
   src = fetchFromGitHub {
     owner = "Miriway";
     repo = "Miriway";
-    rev = "d294c303cb99b7becb0d6686be9a09f0a1f57596";
-    hash = "sha256-H+IZgI1IQxNl5yAygbDKXkyXajGHV/mp9gEqZcp0TeE=";
+    rev = "1363ae0452c5093f84418bc65354e93796caec65";
+    hash = "sha256-hQ2z3GlTJG9qewJLkPpoRMSn0D7xCLyl+1O+G4NnedA=";
   };
 
-  postPatch = ''
-    substituteInPlace CMakeLists.txt \
-      --replace "\''${CMAKE_INSTALL_PREFIX}/bin" "\''${CMAKE_INSTALL_BINDIR}" \
-      --replace "/usr/share" "\''${CMAKE_INSTALL_DATADIR}" \
-      --replace "/etc" "\''${CMAKE_INSTALL_SYSCONFDIR}"
-
-    sed -i -e '/project(/a include(GNUInstallDirs)' CMakeLists.txt
-  '';
-
   strictDeps = true;
 
   nativeBuildInputs = [