removed package export for building

This commit is contained in:
Chad Nelson 2024-02-03 11:19:15 -07:00
parent 1bbc46a97a
commit e60f2c2e5e

View file

@ -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.") (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.") (description "SMPQ is StormLib MPQ archiving utility.")
(license license:expat))) (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