Browse Source

vilor-st package

master
Ivan Polyakov 3 years ago
parent
commit
1c5d09a1d8
No known key found for this signature in database
GPG Key ID: E5245EA191C94054
  1. 21
      vilor/packages/suckless.scm

21
vilor/packages/suckless.scm

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(define-module (vilor packages vilor-dwm)
(define-module (vilor packages suckless)
#:use-module (gnu packages suckless)
#:use-module (guix git-download)
#:use-module (guix packages)
@ -29,10 +29,25 @@ @@ -29,10 +29,25 @@
(origin
(method git-fetch)
(uri (git-reference
(url "http://notabug.org/vilor/dwm.git")
(url "https://notabug.org/vilor/dwm.git")
(commit "ae0bba9706f42003ae1c25f04b92c757038a3d26")))
(sha256
(base32 "14lmcdfi2by59ywqzh2byf7zmbwk364r5jn46d5kl0w6b240cagy"))))
(home-page "http://notabug.org/vilor/dwm")
(home-page "https://notabug.org/vilor/dwm")
(synopsis "Patched and configured dwm 6.2")))
(define-public vilor-st
(package
(inherit st)
(name "vilor-st")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://notabug.org/vilor/st.git")
(commit "150a0b717000bc59e3d7c626b2065d0a47a83255")))
(sha256
(base32 "03fim5sxnij3vil432r770bv8y2ifffrkp1asb96r5wfvijlfysb"))))
(home-page "https://notabug.org/vilor/st")
(synopsis "Patched and configured st 0.8.5")))