about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-28 21:10:32 +0800
committerGitHub <noreply@github.com>2023-09-28 21:10:32 +0800
commit45825cf7ad0aecfb9517d27a185d49623eaed173 (patch)
tree90945a9091a5c5ca08de1192bf2abc5e052bb594 /pkgs/applications
parent906088897d695c4d5bf78830b214dc68d55ed3e8 (diff)
parent7148877c114fb9c4727724ddd2f07b3efb6efa90 (diff)
downloadnixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar.gz
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar.bz2
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar.lz
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar.xz
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.tar.zst
nixlib-45825cf7ad0aecfb9517d27a185d49623eaed173.zip
Merge pull request #257445 from bobby285271/fix/hypnotix
hypnotix: Add missing circles-flags
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/hypnotix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/hypnotix/default.nix b/pkgs/applications/video/hypnotix/default.nix
index b94acdecc54f..74d2389fce7b 100644
--- a/pkgs/applications/video/hypnotix/default.nix
+++ b/pkgs/applications/video/hypnotix/default.nix
@@ -3,6 +3,7 @@
 , fetchFromGitHub
 , substituteAll
 , cinnamon
+, circle-flags
 , gettext
 , gobject-introspection
 , mpv
@@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
   postPatch = ''
     substituteInPlace usr/lib/hypnotix/hypnotix.py \
       --replace __DEB_VERSION__ ${version} \
+      --replace /usr/share/circle-flags-svg ${circle-flags}/share/circle-flags-svg \
       --replace /usr/share/hypnotix $out/share/hypnotix
   '';