From e60f2c2e5e145684cf1f6063dd1944d59b4eb8c2 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sat, 3 Feb 2024 11:19:15 -0700 Subject: [PATCH] removed package export for building --- skg/packages/smpq.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/skg/packages/smpq.scm b/skg/packages/smpq.scm index dcde456..d7bc8b6 100644 --- a/skg/packages/smpq.scm +++ b/skg/packages/smpq.scm @@ -54,6 +54,3 @@ (synopsis "SMPQ is StormLib MPQ archiving utility. This utility is designed for full manipulating with Blizzard MPQ archives. It supports extracting, appending, renaming and deleting files in MPQ archives. It also can create MPQ archive. SMPQ can access to different type of MPQ archives and version. It support encrypted, compressed, partial and patched MPQ archives with version 1-4. SMPQ is free open source command line utility written in C/C++ which use multiplatform C++ StormLib library.") (description "SMPQ is StormLib MPQ archiving utility.") (license license:expat))) -;; This allows you to run guix shell -f example.scm. -;; Remove this line if you just want to define a package. -smpq