forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
531 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3533,6 +3533,12 @@ | |
fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154"; | ||
}]; | ||
}; | ||
davisrichard437 = { | ||
email = "[email protected]"; | ||
github = "davisrichard437"; | ||
githubId = 85075437; | ||
name = "Richard Davis"; | ||
}; | ||
davorb = { | ||
email = "[email protected]"; | ||
github = "davorb"; | ||
|
@@ -8415,6 +8421,12 @@ | |
githubId = 2422454; | ||
name = "Kai Wohlfahrt"; | ||
}; | ||
kylehendricks = { | ||
name = "Kyle Hendricks"; | ||
email = "[email protected]"; | ||
github = "kylehendricks"; | ||
githubId = 981958; | ||
}; | ||
kyleondy = { | ||
email = "[email protected]"; | ||
github = "KyleOndy"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
pkgs/applications/editors/emacs/elisp-packages/manual-packages/ement/default.nix
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
pkgs/applications/editors/emacs/elisp-packages/manual-packages/ement/handle-nil-images.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
pkgs/applications/graphics/gscreenshot/0001-Changing-paths-to-be-nix-compatible.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From a4822ee9e894f5f5b3110f41f65a698dd845a41d Mon Sep 17 00:00:00 2001 | ||
From: Richard Davis <[email protected]> | ||
Date: Fri, 24 Mar 2023 11:45:23 -0400 | ||
Subject: [PATCH] Changing paths to be nix-compatible. | ||
|
||
--- | ||
dist/desktop/gscreenshot.desktop | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/dist/desktop/gscreenshot.desktop b/dist/desktop/gscreenshot.desktop | ||
index a5d2bcd..9d289e2 100644 | ||
--- a/dist/desktop/gscreenshot.desktop | ||
+++ b/dist/desktop/gscreenshot.desktop | ||
@@ -2,7 +2,7 @@ | ||
Type=Application | ||
Name=gscreenshot | ||
Comment=A simple screenshot utility | ||
-TryExec=/usr/bin/gscreenshot | ||
+TryExec=gscreenshot | ||
Exec=gscreenshot | ||
Icon=gscreenshot | ||
Categories=Graphics; | ||
-- | ||
2.39.2 | ||
|
Oops, something went wrong.