about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix')
-rw-r--r--nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix b/nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix
deleted file mode 100644
index b2db2baf025d..000000000000
--- a/nixpkgs/pkgs/desktops/gnome-3/core/gvc-with-ucm-prePatch.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ fetchFromGitLab }:
-
-let
-  # We need a gvc different then that which is shipped in the source tarball of
-  # whatever package that imports this file
-  gvc-src-with-ucm = fetchFromGitLab {
-    domain = "gitlab.gnome.org";
-    owner = "GNOME";
-    repo = "libgnome-volume-control";
-    rev = "7a621180b46421e356b33972e3446775a504139c";
-    sha256 = "07rkgh9f7qcmlpy6jqh944axzh3z38f47g48ii842f2i3a1mrbw9";
-  };
-in
-''
-  rm -r ./subprojects/gvc
-  cp -r ${gvc-src-with-ucm} ./subprojects/gvc
-''